type github.com/andybalholm/brotli.zopfliNode
24 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L5: type zopfliNode struct {
backward_references_hq.go#L24: func initZopfliNodes(array []zopfliNode, length uint) {
backward_references_hq.go#L25: var stub zopfliNode
backward_references_hq.go#L36: func zopfliNodeCopyLength(self *zopfliNode) uint32 {
backward_references_hq.go#L40: func zopfliNodeLengthCode(self *zopfliNode) uint32 {
backward_references_hq.go#L45: func zopfliNodeCopyDistance(self *zopfliNode) uint32 {
backward_references_hq.go#L49: func zopfliNodeDistanceCode(self *zopfliNode) uint32 {
backward_references_hq.go#L58: func zopfliNodeCommandLength(self *zopfliNode) uint32 {
backward_references_hq.go#L226: func updateZopfliNode(nodes []zopfliNode, pos uint, start_pos uint, len uint, len_code uint, dist uint, short_code uint, cost float32) {
backward_references_hq.go#L227: var next *zopfliNode = &nodes[pos+len]
backward_references_hq.go#L282: func computeMinimumCopyLength(start_cost float32, nodes []zopfliNode, num_bytes uint, pos uint) uint {
backward_references_hq.go#L310: func computeDistanceShortcut(block_start uint, pos uint, max_backward_limit uint, gap uint, nodes []zopfliNode) uint32 {
backward_references_hq.go#L336: func computeDistanceCache(pos uint, starting_dist_cache []int, nodes []zopfliNode, dist_cache []int) {
backward_references_hq.go#L358: func evaluateNode(block_start uint, pos uint, max_backward_limit uint, gap uint, starting_dist_cache []int, model *zopfliCostModel, queue *startPosQueue, nodes []zopfliNode) {
backward_references_hq.go#L373: func updateNodes(num_bytes uint, block_start uint, pos uint, ringbuffer []byte, ringbuffer_mask uint, params *encoderParams, max_backward_limit uint, starting_dist_cache []int, num_matches uint, matches []backwardMatch, model *zopfliCostModel, queue *startPosQueue, nodes []zopfliNode) uint {
backward_references_hq.go#L516: func computeShortestPathFromNodes(num_bytes uint, nodes []zopfliNode) uint {
backward_references_hq.go#L534: func zopfliCreateCommands(num_bytes uint, block_start uint, nodes []zopfliNode, dist_cache []int, last_insert_len *uint, params *encoderParams, commands *[]command, num_literals *uint) {
backward_references_hq.go#L541: var next *zopfliNode = &nodes[uint32(pos)+offset]
backward_references_hq.go#L573: func zopfliIterate(num_bytes uint, position uint, ringbuffer []byte, ringbuffer_mask uint, params *encoderParams, gap uint, dist_cache []int, model *zopfliCostModel, num_matches []uint32, matches []backwardMatch, nodes []zopfliNode) uint {
backward_references_hq.go#L624: func zopfliComputeShortestPath(num_bytes uint, position uint, ringbuffer []byte, ringbuffer_mask uint, params *encoderParams, dist_cache []int, hasher *h10, nodes []zopfliNode) uint {
backward_references_hq.go#L684: var nodes []zopfliNode
backward_references_hq.go#L685: nodes = make([]zopfliNode, (num_bytes + 1))
backward_references_hq.go#L709: var nodes []zopfliNode
backward_references_hq.go#L774: nodes = make([]zopfliNode, (num_bytes + 1))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |